--Change attribute of a station 
--Sets the name of the attribute of the station you want to change, When an MU transfers onto the station.
--Change attribute of a station
--Sets the name of the attribute of the station you want to change, When an MU transfers onto the station
--@ --Sets the name of the attribute of the station you want to change, When an MU transfers onto the station
--? is the MU that triggers the control
is
do
	?.stationattribute := value;
	@.move;
end;
/*stationattribute:Enter the attribute to be changed|when an MU transfers to the station.
value:Enter the new value of the attribute of the station.
*/